Objects Reference

flyEngine::save_fly_file

Prototype

int save_fly_file(char *file)

Parameters

Parameter Type Description
file char * filename for the .fly file to save

Return Value

Returns TRUE is saving is OK, FALSE on any error.

Remarks

This function saves the .fly file that represents the current loaded level. The .fly file is a .ini like text file and includes information on all plug-ins used in the level together with all objects defined in each plug-in and its parameters.